home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / PowerFantasm 4.10 unreg.sit / PowerFantasm 410 unreg / PowerFantasm™ / Fantasm V4 headers / Memory.def < prev    next >
Text File  |  1996-06-21  |  2KB  |  90 lines

  1.     if PPC
  2.         IMPORT    GetApplLimit
  3.         IMPORT    SystemZone
  4.         IMPORT    ApplicationZone
  5.         IMPORT    GZSaveHnd
  6.         IMPORT    TopMem
  7.         IMPORT    MemError
  8.         IMPORT    GetZone
  9.         IMPORT    NewHandle
  10.         IMPORT    NewHandleSys
  11.         IMPORT    NewHandleClear
  12.         IMPORT    NewHandleSysClear
  13.         IMPORT    HandleZone
  14.         IMPORT    RecoverHandle
  15.         IMPORT    RecoverHandleSys
  16.         IMPORT    NewPtr
  17.         IMPORT    NewPtrSys
  18.         IMPORT    NewPtrClear
  19.         IMPORT    NewPtrSysClear
  20.         IMPORT    PtrZone
  21.         IMPORT    MaxBlock
  22.         IMPORT    MaxBlockSys
  23.         IMPORT    StackSpace
  24.         IMPORT    NewEmptyHandle
  25.         IMPORT    NewEmptyHandleSys
  26.         IMPORT    HLock
  27.         IMPORT    HUnlock
  28.         IMPORT    HPurge
  29.         IMPORT    HNoPurge
  30.         IMPORT    HLockHi
  31.         IMPORT    TempNewHandle
  32.         IMPORT    TempMaxMem
  33.         IMPORT    TempFreeMem
  34.         IMPORT    TempHLock
  35.         IMPORT    TempHUnlock
  36.         IMPORT    TempDisposeHandle
  37.         IMPORT    TempTopMem
  38.         IMPORT    InitApplZone
  39.         IMPORT    SetZone
  40.         IMPORT    CompactMem
  41.         IMPORT    CompactMemSys
  42.         IMPORT    PurgeMem
  43.         IMPORT    PurgeMemSys
  44.         IMPORT    FreeMem
  45.         IMPORT    FreeMemSys
  46.         IMPORT    ReserveMem
  47.         IMPORT    ReserveMemSys
  48.         IMPORT    MaxMem
  49.         IMPORT    MaxMemSys
  50.         IMPORT    SetGrowZone
  51.         IMPORT    SetApplLimit
  52.         IMPORT    MoveHHi
  53.         IMPORT    DisposePtr
  54.         IMPORT    SetPtrSize
  55.         IMPORT    DisposeHandle
  56.         IMPORT    SetHandleSize
  57.         IMPORT    InlineGetHandleSize
  58.         IMPORT    ReallocateHandle
  59.         IMPORT    EmptyHandle
  60.         IMPORT    HSetRBit
  61.         IMPORT    HClrRBit
  62.         IMPORT    MoreMasters
  63.         IMPORT    BlockMove
  64.         IMPORT    BlockMoveData
  65.         IMPORT    HGetState
  66.         IMPORT    HSetState
  67.         IMPORT    SetApplBase
  68.         IMPORT    MaxApplZone
  69.         IMPORT    HoldMemory
  70.         IMPORT    UnholdMemory
  71.         IMPORT    LockMemory
  72.         IMPORT    LockMemoryContiguous
  73.         IMPORT    UnlockMemory
  74.         IMPORT    DeferUserFn
  75.         IMPORT    DebuggerGetMax
  76.         IMPORT    DebuggerEnter
  77.         IMPORT    DebuggerExit
  78.         IMPORT    DebuggerPoll
  79.         IMPORT    GetPageState
  80.         IMPORT    PageFaultFatal
  81.         IMPORT    DebuggerLockMemory
  82.         IMPORT    DebuggerUnlockMemory
  83.         IMPORT    EnterSupervisorMode
  84.         IMPORT    StripAddress
  85.         IMPORT    Translate24To32
  86.         IMPORT    PtrToXHand
  87.         IMPORT    HandAndHand
  88.         IMPORT    PtrAndHand
  89.     ENDIF
  90.